home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Final Fantasy the Spirits Within Cardz
/
Final Fantasy the Spirits Within CD Cardz - Disc 1: Aki Ross.iso
/
pc
/
assets
/
aki-soundtrack.dcr
/
00044_play.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-07-20
|
265 b
|
18 lines
global whichTrack, isPlaying
on mouseDown
puppetSound(2, "Clicker")
puppetSound(1, "sound0" & whichTrack)
isPlaying = 1
set the blend of sprite 29 to 30
set the blend of sprite 30 to 0
end
on mouseEnter
cursor(280)
end
on mouseLeave
cursor(-1)
end